UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
backup
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
sthmsappdb (1).sql
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jun 03, 2024 at 02:02 PM -- 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, `neworold` varchar(20) 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`, `neworold`, `isdeleted`, `creationdatetime`, `userid`, `modificationdatetime`, `modifiedbyuserid`) VALUES (5, 2, 'UHID/1/20240531151615/4049', 1, 'Kamesh', 45, 'Year', 'Male', '5675896589', '2024-05-31', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-05-31 11:05:08', 0, NULL, NULL), (6, 2, 'UHID/1/20240531151615/4049', 1, 'Kamesh', 45, 'Year', 'Male', '5675896589', '2024-05-31', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-05-31 11:05:04', 0, NULL, NULL), (7, 3, 'UHID/1/20240531151809/3336', 2, 'Sanjay Singh', 47, 'Year', 'Male', '856978657', '2024-05-31', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-05-31 11:05:36', 0, NULL, NULL), (8, 3, 'UHID/1/20240531151809/3336', 1, 'Sanjay Singh', 47, 'Year', 'Male', '856978657', '2024-05-31', NULL, 10, NULL, NULL, NULL, 2, NULL, NULL, 'Yes', 0, '2024-05-31 11:05:24', 1, NULL, NULL), (9, 3, 'UHID/1/20240531151809/3336', 1, 'Sanjay Singh', 47, 'Year', 'Male', '856978657', '2024-06-01', NULL, 7, NULL, NULL, NULL, 2, NULL, NULL, 'Yes', 0, '2024-06-01 10:06:28', 1, NULL, NULL), (10, 2, 'UHID/1/20240531151615/4049', 2, 'Kamesh', 45, 'Year', 'Male', '5675896589', '2024-06-01', NULL, 7, NULL, NULL, NULL, 2, NULL, NULL, 'Yes', 0, '2024-06-01 11:06:26', 0, NULL, NULL), (11, 2, 'UHID/1/20240531151615/4049', 1, 'Kamesh', 45, 'Year', 'Male', '5675896589', '2024-06-01', NULL, 8, NULL, NULL, NULL, 2, NULL, NULL, 'Yes', 0, '2024-06-01 11:06:22', 0, NULL, NULL), (12, 3, 'UHID/1/20240531151809/3336', 2, 'Sanjay Singh', 47, 'Year', 'Male', '856978657', '2024-06-01', NULL, 8, NULL, NULL, NULL, 2, NULL, NULL, 'Yes', 0, '2024-06-01 11:06:05', 0, NULL, NULL), (13, 4, 'UHID/1/20240601151213/5912', 3, 'Kishan Lal', 56, 'Year', 'Male', '867867867', '2024-06-01', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-06-01 11:06:25', 0, NULL, NULL), (14, 5, NULL, 4, 'jitendra singh', 24, 'Year', 'Male', '9259976724', '2024-06-01', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 'Yes', 0, '2024-06-01 11:06:18', 1, NULL, NULL), (15, 6, 'UHID/1/20240602112058/35', 1, 'vijendra', 45, 'Year', 'Male', '56546546', '2024-06-02', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-06-02 07:06:01', 1, NULL, NULL), (17, 8, 'UHID/1/20240602120121/9783', 2, 'prem prakash', 34, 'Year', 'Male', '9259976724', '2024-06-02', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-06-02 08:06:14', 1, NULL, NULL), (18, 9, 'UHID/1/20240602121150/3622', 3, 'Akhilesh Kumar', 56, 'Year', 'Male', '58669085', '2024-06-02', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 'Yes', 0, '2024-06-02 08:06:57', 0, NULL, NULL), (19, 2, 'UHID/1/20240531151615/4049', 4, 'Kamesh', 45, 'Year', 'Male', '5675896589', '2024-06-02', NULL, 7, NULL, NULL, NULL, 2, NULL, NULL, 'No', 0, '2024-06-02 09:06:13', 1, NULL, NULL), (20, 4, 'UHID/1/20240601151213/5912', 1, 'Kishan Lal', 56, 'Year', 'Male', '867867867', '2024-06-02', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 'No', 0, '2024-06-02 09:06:48', 0, NULL, NULL), (22, 11, 'UHID/1/20240603101646/4755', 5, 'yogendra', 39, 'Year', 'Male', '8979236470', '2024-06-02', NULL, 7, NULL, NULL, NULL, 1, NULL, NULL, 'Yes', 0, '2024-06-02 16:06:56', 1, NULL, NULL), (23, 9, 'UHID/1/20240602121150/3622', 1, 'Akhilesh Kumar', 56, 'Year', 'Male', '58669085', '2024-06-03', NULL, 7, NULL, NULL, NULL, 0, NULL, NULL, 'No', 0, '2024-06-03 09:06:15', 1, NULL, NULL), (24, 11, 'UHID/1/20240603101646/4755', 1, 'yogendra', 39, 'Year', 'Male', '8979236470', '2024-06-03', NULL, 8, NULL, NULL, NULL, 1, NULL, NULL, 'No', 0, '2024-06-03 10:06:19', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `followuptb` -- CREATE TABLE `followuptb` ( `id` bigint(20) NOT NULL, `uhid` varchar(100) DEFAULT NULL, `visitid` varchar(100) DEFAULT NULL, `followupdate` date DEFAULT NULL, `followuptime` varchar(50) DEFAULT NULL, `consultantid` int(11) DEFAULT NULL, `isdeleted` int(11) DEFAULT NULL, `userid` int(11) DEFAULT NULL, `creationdatetime` datetime DEFAULT NULL, `createdbyuserid` int(11) DEFAULT NULL, `modificationdatetime` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `followuptb` -- INSERT INTO `followuptb` (`id`, `uhid`, `visitid`, `followupdate`, `followuptime`, `consultantid`, `isdeleted`, `userid`, `creationdatetime`, `createdbyuserid`, `modificationdatetime`) VALUES (1, 'UHID/1/20240531151615/4049', NULL, '2024-06-09', NULL, 7, 0, 0, '2024-06-02 11:06:30', NULL, NULL), (4, 'UHID/1/20240603101646/4755', 'OPD/20240603101646/2031/1', '2024-06-10', NULL, 7, 0, 0, '2024-06-03 06:06:19', NULL, NULL), (5, 'UHID/1/20240603101646/4755', 'OPD/20240603135106/550./1', '2024-06-08', NULL, 8, 0, 0, '2024-06-03 10:06:20', 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, `tokenno` text 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`, `tokenno`, `isdeleted`, `creationdatetime`, `modificationdatetime`, `userid`, `modifiedbyuserid`) VALUES (2, 'UHID/1/20240531151615/4049', 1, 'Kamesh', 'Male', 45, 'Year', '5675896589', NULL, NULL, 0, '2024-05-31 11:05:08', NULL, 0, NULL), (3, 'UHID/1/20240531151809/3336', 2, 'Sanjay Singh', 'Male', 47, 'Year', '856978657', NULL, NULL, 0, '2024-05-31 11:05:36', NULL, 0, NULL), (4, 'UHID/1/20240601151213/5912', 3, 'Kishan Lal', 'Male', 56, 'Year', '867867867', NULL, NULL, 0, '2024-06-01 11:06:25', NULL, 0, NULL), (5, NULL, NULL, 'jitendra singh', 'Male', 24, 'Year', '9259976724', NULL, NULL, 0, '2024-06-01 11:06:18', NULL, 1, NULL), (6, 'UHID/1/20240602112058/35', 6, 'vijendra', 'Male', 45, 'Year', '56546546', NULL, NULL, 0, '2024-06-02 07:06:01', NULL, 1, NULL), (8, 'UHID/1/20240602120121/9783', 12, 'prem prakash', 'Male', 34, 'Year', '9259976724', NULL, NULL, 0, '2024-06-02 08:06:14', NULL, 1, NULL), (9, 'UHID/1/20240602121150/3622', 14, 'Akhilesh Kumar', 'Male', 56, 'Year', '58669085', NULL, '0', 0, '2024-06-02 08:06:57', NULL, 0, NULL), (11, 'UHID/1/20240603101646/4755', 17, 'yogendra', 'Male', 39, 'Year', '8979236470', NULL, 'xdfjdsdfgdfgkdfjgfgfkgldfgkfjkgfjgdffjgfdjkgjkfgdfjkgjfkgfjgfjkgfhgflkgfjguretiurt\r\ntiroturoturiob uirtruitrtb utruityruitbbrterbrtruitruttriutriutrutuir\r\nrtiorituret3243253454654786798798098', 0, '2024-06-02 16:06:56', NULL, 1, NULL); -- -------------------------------------------------------- -- -- Table structure for table `tokenregistertb` -- CREATE TABLE `tokenregistertb` ( `id` int(11) NOT NULL, `uname` varchar(50) DEFAULT NULL, `mobileno` varchar(20) DEFAULT NULL, `upassword` varchar(20) DEFAULT NULL, `token` text DEFAULT NULL, `isdeleted` int(11) DEFAULT NULL, `isactive` int(11) DEFAULT NULL, `creationdatetime` datetime DEFAULT NULL, `modificationdatetime` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `tokenregistertb` -- INSERT INTO `tokenregistertb` (`id`, `uname`, `mobileno`, `upassword`, `token`, `isdeleted`, `isactive`, `creationdatetime`, `modificationdatetime`) VALUES (1, 'yogi', '8979236470', '123456', 'xdfjdsdfgdfgkdfjgfgfkgldfgkfjkgfjgdffjgfdjkgjkfgdfjkgjfkgfjgfjkgfhgflkgfjguretiurt\r\ntiroturoturiob uirtruitrtb utruityruitbbrterbrtruitruttriutriutrutuir\r\nrtiorituret3243253454654786798798098', 0, 0, '2024-06-02 19:28:59', 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 `followuptb` -- ALTER TABLE `followuptb` ADD PRIMARY KEY (`id`); -- -- Indexes for table `registrationtb` -- ALTER TABLE `registrationtb` ADD PRIMARY KEY (`regid`); -- -- Indexes for table `tokenregistertb` -- ALTER TABLE `tokenregistertb` ADD PRIMARY KEY (`id`); -- -- 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=25; -- -- AUTO_INCREMENT for table `followuptb` -- ALTER TABLE `followuptb` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `registrationtb` -- ALTER TABLE `registrationtb` MODIFY `regid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `tokenregistertb` -- ALTER TABLE `tokenregistertb` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; 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