Welcome
Hey There! π
Thank you for your interest in Doctorino 4
Now, Lets get started to tell you about Doctorino.
Doctorino 4 is a responsive patient management system. It is complete solution for doctor to manage their patient appointments, patient details and also manage billing of particular patient. This system is built completely with PHP laravel 8 framework and MYSQL. It has a nice and attractive interface that are really awesome and eyecatching. The system has a lot of nice features that are needed for a doctor to handle their patients easily.
Doctorino is highly customizable and super-easy to setup .This script included 2 click site installer to install the script without any technical knowledge.
This Documentation describes the installation and configuration steps of script.
While the installation process is rather simple, some of the instructions presented here will require minimum understanding in working with databases and managing files on a server.
If you're not familiar with the procedures presented, We can help you via support : digit94team@gmail.com
License
Regular License
Use, by you or one client, in a single end product which end users are not charged
for. The total price includes the item price and a buyer fee.
Extended License
Use, by you or one client, in a single end product which end users can be charged
for. The total price includes the item price and a buyer fee.
Please purchase Extended License if you are going to sell as a service. Envato License Policy
Features
-
Security
- Totally secured system (SQL injection, XSS, CSRF)
- Built on powerful Laravel Framework that has been tried and tested by millions of developers.
- Passwords are encrypted using Bcrypt and Argon2 to make sure your data is safe.
-
Other
- Easy and simple interface to use
- Fully responsive for any kind of device.
- Direct access or invalid URL press stopped for each pages
- Easy appointment scheduling
- Can see past or future appointments in appointment page
- Easily store prescription of particular patient for future use
- Manage billing of particular patient
- Can print prescription and invoice of particular patient
- Create & manage patients and their medical informations
- Create & manage drugs
- Create & manage prescriptions
- Create & manage appointments
- Create & manage diagnosis tests
- Print prescriptions
- Auto generate serial numbers for appointments
- Manage doctorβs profile
- Translated to 3 languages : English, Spanish and French (We Can translate for you just contact-us)
Installation
It comes with prebuilt installer. Follow these steps to step guide on your server.
Server Requirements
We are using laravel 8 So these are the minimum server requirements, the installer will check if your server meets these or alternatively you can contact your hosting provider in order to make sure your server meets them.
- PHP >= 7.3
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Creating a new database
Before installing, you will need to create a new database. If you already know how to do this or have already created one, skip to the next step.Please use empty database
. In most cases you should be able to create a database from your cpanel.
Now you need to create a new user. On the same page go to create a new database user
Now add the user to the database
And select full permissions on the database to that user
Uploading Files
After creating a database, Upload what's inside the files
folder on the web root folder of your domain. This folder is generally called public_html
, html
, or example.com
, but depending on your server's configuration, it might be named differently.
Installation Wizard
Go to your website address, then you'll see an installation wizard. To open the installer. Visit
Now the installer will show up.The First screen will be Welcome Screen
System Requirements
After clicking on "Check requirement" button, you will be redirected to System Requirements step during the installation wizard, System Requirements.
Directory Permissions
After successfully enabling and installing all required PHP extensions, next step is to set the appropriate permissions for some system folders that shows on below picture.
sudo chmod 777 directory_name
for example sudo chmod 777 app
Database/Environment Setting
You have to fill in your database credentials
Exit
The last step is exit step.
Default Login
Now You are ready to login with below detail.
Doctor : doctor@getdoctorino.com / doctorino
Receptionist : receptionist@getdoctorino.com / doctorino
Admin Panel
Manage Website Settings
β Manage Website Settings: From left sidebar > Settings > Doctorino Settings you can manage system name, title, adress, email, phone, currency, VAT, language, Work timetable (for appointement)
β Manage Prescription Settings: From left sidebar > Settings > Prescription Settings you can manage header and footer of prescription
β SMS Gateway Setup : On this section, you can configure your NEXMO API To send SMS Notifications to your Patients
Manage patients
β Manage Patients: From left sidebar > Patients > Patients you can manage all patients here.you can add, edit, delete Patients.
β Inside the patient profile, you can add :
- General informations
- Health History
- Upload Medical Documents
- See appointments history and create a new appointment
- See patient's prescription list and add new
- Payement history and his due balance
Manage Drugs
β 'Drugs' section from dashboard sidebar you can add, edit, delete Drugs.
Manage Tests
β 'Tests' section from dashboard sidebar you can add, edit, delete Tests.
Manage Prescriptions
β 'Prescriptions' section from dashboard sidebar you can add, edit, delete Prescriptions.
Manage & Booking Appointments
β Manage Appointments: From left sidebar > Appointments > Appointments you can manage all Appointments (creating, changing status, delete)
Billing
β Manage Billing: From left sidebar > Billing > Billing you can manage all invoices (creating, changing status, delete)
Users Management
β In this section you can create a new user (Staff) and give them a role (By default there is 2 roles : Doctor as Administrator & Receptionnist) !
You can also create a new role with a specifics permessions ready to use !
Upgrade
FAQ
How Can I change my informations in prescription ?
You can change it from dashboard in Settings > Prescription Settings section
How Can I Translate Or Change Words in my Website ?
You can edit the translations directly in : resources\lang\your_language\sentence.php
I have a support inquiry, a question or a problem, how can I contact you?
You can contact us by mail to : Digit94team@gmail.com
My website returns a Not Found message, why?
Please ensure that you have mod_rewrite
enabled on your server.
My website returns a blank page, why?
This generally happens when one of the server requirements is not met, please ensure your server meets the software's requirements.
My logo has not changed!
Please try to by press f5 or clear your browser cache or try on another browser.
How can I use SSL!
Please add this to your your .htaccess file configuration
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
How Can I change my files and theme!
Our theme files in resources/views, assets in public/assets folder. You can edit them.