UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
backup
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
sthmsappdb.sql
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: May 29, 2024 at 08:17 AM -- Server version: 10.4.14-MariaDB -- PHP Version: 7.4.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!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 utf8mb4 */; -- -- Database: `sthmsappdb` -- -- -------------------------------------------------------- -- -- Table structure for table `accountmastertb` -- CREATE TABLE `accountmastertb` ( `Id` int(11) NOT NULL, `accountmasterid` int(11) DEFAULT NULL, `AccountName` varchar(100) DEFAULT NULL, `ParentGroupID` int(11) DEFAULT NULL, `Identifier` int(11) DEFAULT NULL, `Age` varchar(20) DEFAULT NULL, `AadharNo` varchar(50) DEFAULT NULL, `MaritalStatus` varchar(20) DEFAULT NULL, `BirthDate` datetime DEFAULT NULL, `BirthMonth` varchar(10) DEFAULT NULL, `BirthYear` varchar(4) DEFAULT NULL, `MarriageDate` datetime DEFAULT NULL, `MarriageMonth` varchar(10) DEFAULT NULL, `MarriageYear` varchar(4) DEFAULT NULL, `Gender` varchar(10) DEFAULT NULL, `Address1` varchar(100) DEFAULT NULL, `Address2` varchar(100) DEFAULT NULL, `Address3` varchar(50) DEFAULT NULL, `Address4` varchar(50) DEFAULT NULL, `DistrictID` int(11) DEFAULT NULL, `StateID` int(11) DEFAULT NULL, `TelNo` varchar(20) DEFAULT NULL, `Fax` varchar(20) DEFAULT NULL, `Email` varchar(300) DEFAULT NULL, `Mobile1` varchar(15) DEFAULT NULL, `Mobile2` varchar(15) DEFAULT NULL, `MorFromTime` time DEFAULT NULL, `MorToTime` time DEFAULT NULL, `EveFromTime` time DEFAULT NULL, `EveToTime` time DEFAULT NULL, `Status` tinyint(4) DEFAULT NULL, `CreationDateTime` datetime DEFAULT NULL, `CreatedByUserID` int(11) DEFAULT NULL, `ModificationDatetime` datetime DEFAULT NULL, `ModifiedByUserID` int(11) DEFAULT NULL, `Active` tinyint(4) DEFAULT NULL, `FinancialYearID` int(11) DEFAULT NULL, `Degree` varchar(50) DEFAULT NULL, `specialization` varchar(50) DEFAULT NULL, `DoctorType` varchar(50) DEFAULT NULL, `Validitydays` int(11) DEFAULT NULL, `NormalFee` decimal(18,0) DEFAULT NULL, `Emergencyfee` decimal(18,0) DEFAULT NULL, `DepartmentID` int(11) DEFAULT NULL, `PostName` varchar(100) DEFAULT NULL, `Qualification` varchar(100) DEFAULT NULL, `SalaryAmount` decimal(18,0) DEFAULT NULL, `IncentivePercent` int(11) DEFAULT NULL, `HospitalID` int(11) DEFAULT NULL, `FirstOpdFee` decimal(18,0) DEFAULT NULL, `IpdIncentive` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `accountmastertb` -- INSERT INTO `accountmastertb` (`Id`, `accountmasterid`, `AccountName`, `ParentGroupID`, `Identifier`, `Age`, `AadharNo`, `MaritalStatus`, `BirthDate`, `BirthMonth`, `BirthYear`, `MarriageDate`, `MarriageMonth`, `MarriageYear`, `Gender`, `Address1`, `Address2`, `Address3`, `Address4`, `DistrictID`, `StateID`, `TelNo`, `Fax`, `Email`, `Mobile1`, `Mobile2`, `MorFromTime`, `MorToTime`, `EveFromTime`, `EveToTime`, `Status`, `CreationDateTime`, `CreatedByUserID`, `ModificationDatetime`, `ModifiedByUserID`, `Active`, `FinancialYearID`, `Degree`, `specialization`, `DoctorType`, `Validitydays`, `NormalFee`, `Emergencyfee`, `DepartmentID`, `PostName`, `Qualification`, `SalaryAmount`, `IncentivePercent`, `HospitalID`, `FirstOpdFee`, `IpdIncentive`) VALUES (4, 7, 'Dr. Neeti', 0, 3, '39', NULL, NULL, '2024-05-22 00:00:00', NULL, NULL, '2024-05-22 00:00:00', NULL, NULL, 'Female', 'bareilly', '', NULL, NULL, 0, 0, NULL, NULL, '', '0', NULL, '09:00:00', '12:00:00', '00:00:00', '00:00:00', 0, '2024-05-22 15:05:54', 1, '2024-05-24 10:05:53', 1, 1, 31, 'MBBS', 'Gastro', 'Consultant', 5, '400', '700', 1, NULL, NULL, NULL, NULL, 1, '400', NULL), (5, 8, 'Dr. Keshav Kumar Singh Patel', 0, 3, '45', NULL, NULL, '1984-05-22 00:00:00', NULL, NULL, '2024-05-22 00:00:00', NULL, NULL, 'Male', 'bly', 'yyuyi', NULL, NULL, 0, 0, NULL, NULL, '', '000000', NULL, '09:00:00', '12:00:00', '16:00:00', '20:00:00', 0, '2024-05-22 15:05:32', 1, '2024-05-22 15:05:29', 1, 1, 31, 'MBBS', 'Gastro', 'Consultant', 7, '200', '500', 1, NULL, NULL, NULL, NULL, 1, '200', NULL), (9, 10, 'Dr. Anil Singh Yadav', 0, 3, '45', NULL, NULL, '2024-05-24 00:00:00', NULL, NULL, '2024-05-24 00:00:00', NULL, NULL, 'Male', '', '', NULL, NULL, 1, 1, NULL, NULL, '', '77878', NULL, '09:00:00', '12:00:00', '16:00:00', '20:00:00', 0, '2024-05-24 10:05:02', 1, NULL, NULL, 1, 31, 'MBBS', 'Ent', 'Consultant', 5, '400', '600', 9, NULL, NULL, NULL, NULL, 1, '200', NULL); -- -------------------------------------------------------- -- -- Table structure for table `appointmenttb` -- CREATE TABLE `appointmenttb` ( `appid` int(11) NOT NULL, `regid` int(11) DEFAULT NULL, `uhid` varchar(50) DEFAULT NULL, `appno` int(11) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `age` int(11) DEFAULT NULL, `ageinyear` varchar(30) DEFAULT NULL, `gender` varchar(30) DEFAULT NULL, `mobileno` varchar(20) DEFAULT NULL, `appdate` date DEFAULT NULL, `apptime` varchar(50) DEFAULT NULL, `consultantid` int(11) DEFAULT NULL, `amount` int(11) DEFAULT NULL, `discount` int(11) DEFAULT NULL, `receiveamt` int(11) DEFAULT NULL, `paymentstatus` int(11) DEFAULT NULL, `patienttype` varchar(50) DEFAULT NULL, `appointmenttype` varchar(50) DEFAULT NULL, `isdeleted` int(11) DEFAULT NULL, `creationdatetime` datetime DEFAULT NULL, `userid` int(11) DEFAULT NULL, `modificationdatetime` datetime DEFAULT NULL, `modifiedbyuserid` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `appointmenttb` -- INSERT INTO `appointmenttb` (`appid`, `regid`, `uhid`, `appno`, `name`, `age`, `ageinyear`, `gender`, `mobileno`, `appdate`, `apptime`, `consultantid`, `amount`, `discount`, `receiveamt`, `paymentstatus`, `patienttype`, `appointmenttype`, `isdeleted`, `creationdatetime`, `userid`, `modificationdatetime`, `modifiedbyuserid`) VALUES (5, 3, NULL, 1, 'jagat singh', 34, 'Year', 'Male', '8979236470', '2024-05-25', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-25 15:05:16', 1, NULL, NULL), (6, 4, 'UHID/1/20240526152822/5050', 1, 'kapil singh', 45, 'Year', 'Male', '634547856', '2024-05-26', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 08:05:30', 1, NULL, NULL), (7, 5, 'UHID/1/20240526153224/2800', 2, 'kamakl', 45, 'Year', 'Male', '444444', '2024-05-26', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 08:05:18', 1, NULL, NULL), (8, 6, 'UHID/1/20240526161111/1979', 3, 'sanjay singh', 45, 'Year', 'Male', '876878768', '2024-05-26', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 08:05:48', 1, NULL, NULL), (12, 4, 'UHID/1/20240526152822/5050', 1, 'kapil singh', 45, 'Year', 'Male', '634547856', '2024-05-26', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 13:05:53', 1, NULL, NULL), (13, 5, 'UHID/1/20240526153224/2800', 2, 'kamakl', 45, 'Year', 'Male', '444444', '2024-05-26', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 14:05:29', 1, NULL, NULL), (14, 6, 'UHID/1/20240526161111/1979', 3, 'sanjay singh', 45, 'Year', 'Male', '876878768', '2024-05-26', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-26 15:05:26', 1, NULL, NULL), (15, 6, 'UHID/1/20240526161111/1979', 1, 'sanjay singh', 45, 'Year', 'Male', '876878768', '2024-05-27', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-27 08:05:13', 1, NULL, NULL), (16, 7, 'UHID/1/20240527184735/9094', 2, 'jitendra patel', 45, 'Year', 'Male', '9259976724', '2024-05-27', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-27 15:05:11', 1, NULL, NULL), (17, 7, 'UHID/1/20240527184735/9094', 1, 'jitendra patel', 45, 'Year', 'Male', '9259976724', '2024-05-28', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-28 11:05:59', 1, NULL, NULL), (18, 8, NULL, 1, 'prem singh', 45, 'Year', 'Male', '6765879454', '2024-05-28', NULL, 10, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 11:05:50', 1, NULL, NULL), (19, 7, 'UHID/1/20240527184735/9094', 1, 'jitendra patel', 45, 'Year', 'Male', '9259976724', '2024-05-28', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 14:05:17', 1, NULL, NULL), (20, 4, 'UHID/1/20240526152822/5050', 2, 'kapil singh', 45, 'Year', 'Male', '634547856', '2024-05-28', NULL, 7, NULL, NULL, NULL, 2, NULL, NULL, 0, '2024-05-28 14:05:55', 1, NULL, NULL), (21, 4, 'UHID/1/20240526152822/5050', 3, 'kapil singh', 45, 'Year', 'Male', '634547856', '2024-05-28', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 15:05:30', 1, NULL, NULL), (22, 6, 'UHID/1/20240526161111/1979', 4, 'sanjay singh', 45, 'Year', 'Male', '876878768', '2024-05-28', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 16:05:56', 1, NULL, NULL), (23, 6, 'UHID/1/20240526161111/1979', 2, 'sanjay singh', 45, 'Year', 'Male', '876878768', '2024-05-28', NULL, 10, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 16:05:17', 1, NULL, NULL), (24, 4, 'UHID/1/20240526152822/5050', 3, 'kapil singh', 45, 'Year', 'Male', '634547856', '2024-05-28', NULL, 10, NULL, NULL, NULL, 0, NULL, NULL, 0, '2024-05-28 16:05:43', 1, NULL, NULL), (25, 9, 'UHID/1/20240528194129/9038', 5, 'sangeeta', 55, 'Year', 'Female', '45435345', '2024-05-28', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 0, '2024-05-28 16:05:28', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `registrationtb` -- CREATE TABLE `registrationtb` ( `regid` int(11) NOT NULL, `uhid` varchar(50) DEFAULT NULL, `suhid` int(11) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `gender` varchar(50) DEFAULT NULL, `age` int(11) DEFAULT NULL, `ageinyears` varchar(50) DEFAULT NULL, `mobileno` varchar(20) DEFAULT NULL, `address` varchar(100) DEFAULT NULL, `isdeleted` int(11) DEFAULT NULL, `creationdatetime` datetime DEFAULT NULL, `modificationdatetime` datetime DEFAULT NULL, `userid` int(11) DEFAULT NULL, `modifiedbyuserid` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `registrationtb` -- INSERT INTO `registrationtb` (`regid`, `uhid`, `suhid`, `name`, `gender`, `age`, `ageinyears`, `mobileno`, `address`, `isdeleted`, `creationdatetime`, `modificationdatetime`, `userid`, `modifiedbyuserid`) VALUES (3, NULL, NULL, 'jagat singh', 'Male', 34, 'Year', '8979236470', NULL, 0, '2024-05-25 15:05:16', NULL, 1, NULL), (4, 'UHID/1/20240526152822/5050', 14, 'kapil singh', 'Male', 45, 'Year', '634547856', NULL, 0, '2024-05-26 08:05:30', NULL, 1, NULL), (5, 'UHID/1/20240526153224/2800', 15, 'kamakl', 'Male', 45, 'Year', '444444', NULL, 0, '2024-05-26 08:05:18', NULL, 1, NULL), (6, 'UHID/1/20240526161111/1979', 16, 'sanjay singh', 'Male', 45, 'Year', '876878768', NULL, 0, '2024-05-26 08:05:48', NULL, 1, NULL), (7, 'UHID/1/20240527184735/9094', 17, 'jitendra patel', 'Male', 45, 'Year', '9259976724', NULL, 0, '2024-05-27 15:05:11', NULL, 1, NULL), (8, NULL, NULL, 'prem singh', 'Male', 45, 'Year', '6765879454', NULL, 0, '2024-05-28 11:05:50', NULL, 1, NULL), (9, 'UHID/1/20240528194129/9038', 18, 'sangeeta', 'Female', 55, 'Year', '45435345', NULL, 0, '2024-05-28 16:05:28', NULL, 1, NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `accountmastertb` -- ALTER TABLE `accountmastertb` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `appointmenttb` -- ALTER TABLE `appointmenttb` ADD PRIMARY KEY (`appid`); -- -- Indexes for table `registrationtb` -- ALTER TABLE `registrationtb` ADD PRIMARY KEY (`regid`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accountmastertb` -- ALTER TABLE `accountmastertb` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `appointmenttb` -- ALTER TABLE `appointmenttb` MODIFY `appid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `registrationtb` -- ALTER TABLE `registrationtb` MODIFY `regid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; COMMIT; /*!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 */;
Copyright © 2025 - UnknownSec