
- Project Name : Extreme radiology
- Project Version : 1.0
- Online Documentation : http://radiology-docs.extremelab.tech
- Support : support@extremelab.tech
Introduction


First of all, Thank you so much for purchasing this project and for
being
my loyal customer.
You are awesome!
You are entitled to get free lifetime updates to this product +
exceptional support from the author directly.
Extreme Radiology is an integrated website and mobile application to manage the radiology centers system, as it fulfills all the needs of radiology centers from all their professional aspects, as it allows the users of the system to enter the results of radiology reports and facilitates communication and cooperation between laboratory employees and extracts all the required reports from the laboratory and also allow patients to follow up their medical reports, lab branches, and submit a home visit request.
Technologies Used
- Laravel framework version 7
- HTML , CSS , Javascript , JQUERY (Website)
- React Native ( Mobile )
- Google Maps
- Twilio SMS Gateway
Local installation
- Download Wamp from this link https://www.wampserver.com/en/#download-wrapper
-
Install Wamp Server
if you can't install wamp serve , you can check this video
-
Install Extreme radiology with wamp local server
Online Installation
Requirements
you will need to make sure your server meets the following requirements:
- PHP >= 7.2.5
- 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
let's start installing our Extreme radiology project on server
Mobile Installation Guide
Requirements
You will need to make sure your PC have the following requirements:
- nodejs 10 or above
- React Native 0.63.2
- Android Studio IDE
- Xcode IDE
-
Customization
API URL - replace the word [YOUR_DOMAIN] with your domain
-
Run Mobile Application on Local development environment
-
For build Android
- cd [RN_PROJECT]
- $ npm install
- $ cd android
- $ ./gradlew clean
- $ ./gradlew assembleRelease && react-native run-android --variant=release
-
For build IOS
- cd [RN_PROJECT]
- $ npm install
- $ cd ios
- $ pod install
- $ xcodebuild clean archive -workspace [YOUR_RN_PROJECT]/ios/[YOUR_APP_NAME].xcworkspace -scheme [APP_NAME] -archivePath [ARCHIVE_PATH]/[ARCHIVE_NAME].xcarchive | xcpretty
-
- [RN_PROJECT] is the path of Extreme radiology project
- [APP_NAME] is Extreme radiology
- [ARCHIVE_PATH] is the path of archive where to save IPA file
- [ARCHIVE_NAME] the name of IPA (By default is the same as APP_NAME)
Notes
Demo
Website Demo:
Admin:
- Link (Online): https://radiology.extremelab.tech/admin/auth/login
- Email: admin@extremelab.tech
- Password: 123456
Patient:
- Link (Online): https://radiology.extremelab.tech
- Patient Code: 1593914720
Mobile Demo:
- Download App : http://radiology.extremelab.tech/radiology-app.apk
- Patient Code: 1593914720
Updates
V 1.0.1 (10-11-2021)
solved the doctor report issue
V 1.0.0 (12-09-2021)
Initial version